/* Make YouTube iframe responsive for small screens */
.site-main iframe {
    width: 100% !important;
    max-width: 560px;
}